Skip to content

PDX-0: docs(mcp) — scrub internal ticket refs from customer docs#178

Merged
mrdailey99 merged 1 commit into
developfrom
fix/PDX-0-remove-internal-refs-from-customer-docs
May 15, 2026
Merged

PDX-0: docs(mcp) — scrub internal ticket refs from customer docs#178
mrdailey99 merged 1 commit into
developfrom
fix/PDX-0-remove-internal-refs-from-customer-docs

Conversation

@mrdailey99
Copy link
Copy Markdown
Collaborator

Summary

Doc-only cleanup. Removes internal Jira ticket references (PDX-XXX) and an internal-only version label from the customer-facing MCP guides on develop so the next release → main doesn't leak them.

Found via grep of PDX-\d+ against docs/*.md after the PR #172 release-prep audit.

Changes

  • docs/mcp.md (catalog-source resource note, ~L2105) — replace "(dev build or pre-PDX-464 release)" with "(dev build or an older release that predates this metadata)".
  • docs/mcp-pilot-guide.md (Scenario 12 Background, ~L446) — drop "in 1.5.0 (PDX-479)"; describe the regression as "previously observed" without citing ticket or version.
  • docs/mcp-pilot-guide.md (Scenario 12 FAIL action, ~L472) — replace "file against PDX-479 (or its successor)" with "report it to the Provar team".

No tool, schema, smoke, or behaviour changes.

Verification

rg "PDX-\d+" docs/*.md   # 0 matches

Test plan

  • rg "PDX-\d+" docs/*.md returns no hits on this branch
  • Scenario 12 (Background + FAIL action) still reads coherently without the ticket reference
  • docs/mcp.md catalog-source description still accurately explains when commitSha/fetchedAt/schemasUpdated are null
  • CI (lint, compile, tests) green — should be a no-op since this is markdown only

Out of scope

  • Public-facing docs/provar-mcp-public-docs.md and docs/university-of-provar-mcp-course.md are maintained separately by the Provar team (per CLAUDE.md) — flagging here for manual review but not modified by this PR.

🤖 Generated with Claude Code

RCA: The published customer-facing MCP guides (docs/mcp.md and docs/mcp-pilot-guide.md) leaked internal Jira identifiers — "PDX-464", "PDX-479" — and a corresponding internal-only version reference ("1.5.0 (PDX-479)"). These ticket IDs are only meaningful inside the Provar engineering org and should not appear in docs that ship to pilots and customers.

Fix: Rewrite the three offending passages without losing technical meaning. (1) docs/mcp.md catalog-source note replaces "(dev build or pre-PDX-464 release)" with "(dev build or an older release that predates this metadata)". (2) docs/mcp-pilot-guide.md Scenario 12 Background drops "in 1.5.0 (PDX-479)" and describes the regression as "previously observed". (3) docs/mcp-pilot-guide.md Scenario 12 FAIL action replaces "file against PDX-479 (or its successor)" with "report it to the Provar team". No tool, schema, or behaviour changes — docs only.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 15, 2026 16:18
@github-actions
Copy link
Copy Markdown

Quality Orchestrator

🟢 LOW · 0 / 100 · All changed files have mapped tests.


No test files mapped.


⚡ quality-orchestrator  ·  /qo stub <file>  ·  qo analyze-local

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Doc-only cleanup to remove internal Jira/version references from customer-facing MCP documentation before release.

Changes:

  • Reworded catalog-source metadata guidance to avoid an internal ticket reference.
  • Reworded Scenario 12 background and failure reporting instructions to remove PDX ticket/version references.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
docs/mcp.md Updates catalog-source metadata wording for older builds without internal ticket references.
docs/mcp-pilot-guide.md Removes internal regression ticket/version references from Scenario 12 guidance.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mrdailey99 mrdailey99 merged commit ab3a340 into develop May 15, 2026
8 checks passed
@mrdailey99 mrdailey99 deleted the fix/PDX-0-remove-internal-refs-from-customer-docs branch May 15, 2026 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants